home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
FREENET
/
HOWARTH
/
ROBOT.ZIP
/
h
/
bot-h
next >
Wrap
Text File
|
1996-07-31
|
522b
|
26 lines
/* RISCOS BOT configuration file */
/* Use defined variables */
#define VARIANT "ROBOT"
#define VERSION "0.07"
#define IRCSERVER "irc.demon.co.uk" // they won't like this :-)
#define IRCPORT 6667
#define IRCNAME "ROBOT"
#define USERNAME "ROBOT"
#define IRCGECOS "A RiscOS BOT (ROBOT)"
#define CHANNEL "#acorn"
#define CONFIRM "zarni@keystrok.zynet.co.uk"
/* Leave these alone */
#define MAXLEN 255
#define null(type) (type) 0L
#define US 1
#define THEM 2
#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif